3.280 \(\int (a+b \sec (c+d x)) (A+B \sec (c+d x)) \, dx\)

Optimal. Leaf size=35 \[ \frac {(a B+A b) \tanh ^{-1}(\sin (c+d x))}{d}+a A x+\frac {b B \tan (c+d x)}{d} \]

[Out]

a*A*x+(A*b+B*a)*arctanh(sin(d*x+c))/d+b*B*tan(d*x+c)/d

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 35, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.190, Rules used = {3914, 3767, 8, 3770} \[ \frac {(a B+A b) \tanh ^{-1}(\sin (c+d x))}{d}+a A x+\frac {b B \tan (c+d x)}{d} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*Sec[c + d*x])*(A + B*Sec[c + d*x]),x]

[Out]

a*A*x + ((A*b + a*B)*ArcTanh[Sin[c + d*x]])/d + (b*B*Tan[c + d*x])/d

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 3767

Int[csc[(c_.) + (d_.)*(x_)]^(n_), x_Symbol] :> -Dist[d^(-1), Subst[Int[ExpandIntegrand[(1 + x^2)^(n/2 - 1), x]
, x], x, Cot[c + d*x]], x] /; FreeQ[{c, d}, x] && IGtQ[n/2, 0]

Rule 3770

Int[csc[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[ArcTanh[Cos[c + d*x]]/d, x] /; FreeQ[{c, d}, x]

Rule 3914

Int[(csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_))*(csc[(e_.) + (f_.)*(x_)]*(d_.) + (c_)), x_Symbol] :> Simp[a*c*x, x]
 + (Dist[b*d, Int[Csc[e + f*x]^2, x], x] + Dist[b*c + a*d, Int[Csc[e + f*x], x], x]) /; FreeQ[{a, b, c, d, e,
f}, x] && NeQ[b*c - a*d, 0] && NeQ[b*c + a*d, 0]

Rubi steps

\begin {align*} \int (a+b \sec (c+d x)) (A+B \sec (c+d x)) \, dx &=a A x+(b B) \int \sec ^2(c+d x) \, dx+(A b+a B) \int \sec (c+d x) \, dx\\ &=a A x+\frac {(A b+a B) \tanh ^{-1}(\sin (c+d x))}{d}-\frac {(b B) \operatorname {Subst}(\int 1 \, dx,x,-\tan (c+d x))}{d}\\ &=a A x+\frac {(A b+a B) \tanh ^{-1}(\sin (c+d x))}{d}+\frac {b B \tan (c+d x)}{d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 43, normalized size = 1.23 \[ a A x+\frac {a B \tanh ^{-1}(\sin (c+d x))}{d}+\frac {A b \tanh ^{-1}(\sin (c+d x))}{d}+\frac {b B \tan (c+d x)}{d} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b*Sec[c + d*x])*(A + B*Sec[c + d*x]),x]

[Out]

a*A*x + (A*b*ArcTanh[Sin[c + d*x]])/d + (a*B*ArcTanh[Sin[c + d*x]])/d + (b*B*Tan[c + d*x])/d

________________________________________________________________________________________

fricas [B]  time = 0.48, size = 85, normalized size = 2.43 \[ \frac {2 \, A a d x \cos \left (d x + c\right ) + {\left (B a + A b\right )} \cos \left (d x + c\right ) \log \left (\sin \left (d x + c\right ) + 1\right ) - {\left (B a + A b\right )} \cos \left (d x + c\right ) \log \left (-\sin \left (d x + c\right ) + 1\right ) + 2 \, B b \sin \left (d x + c\right )}{2 \, d \cos \left (d x + c\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sec(d*x+c))*(A+B*sec(d*x+c)),x, algorithm="fricas")

[Out]

1/2*(2*A*a*d*x*cos(d*x + c) + (B*a + A*b)*cos(d*x + c)*log(sin(d*x + c) + 1) - (B*a + A*b)*cos(d*x + c)*log(-s
in(d*x + c) + 1) + 2*B*b*sin(d*x + c))/(d*cos(d*x + c))

________________________________________________________________________________________

giac [B]  time = 0.26, size = 84, normalized size = 2.40 \[ \frac {{\left (d x + c\right )} A a + {\left (B a + A b\right )} \log \left ({\left | \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right ) + 1 \right |}\right ) - {\left (B a + A b\right )} \log \left ({\left | \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right ) - 1 \right |}\right ) - \frac {2 \, B b \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )}{\tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{2} - 1}}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sec(d*x+c))*(A+B*sec(d*x+c)),x, algorithm="giac")

[Out]

((d*x + c)*A*a + (B*a + A*b)*log(abs(tan(1/2*d*x + 1/2*c) + 1)) - (B*a + A*b)*log(abs(tan(1/2*d*x + 1/2*c) - 1
)) - 2*B*b*tan(1/2*d*x + 1/2*c)/(tan(1/2*d*x + 1/2*c)^2 - 1))/d

________________________________________________________________________________________

maple [A]  time = 0.73, size = 65, normalized size = 1.86 \[ a A x +\frac {A b \ln \left (\sec \left (d x +c \right )+\tan \left (d x +c \right )\right )}{d}+\frac {A a c}{d}+\frac {a B \ln \left (\sec \left (d x +c \right )+\tan \left (d x +c \right )\right )}{d}+\frac {b B \tan \left (d x +c \right )}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*sec(d*x+c))*(A+B*sec(d*x+c)),x)

[Out]

a*A*x+1/d*A*b*ln(sec(d*x+c)+tan(d*x+c))+1/d*A*a*c+1/d*a*B*ln(sec(d*x+c)+tan(d*x+c))+b*B*tan(d*x+c)/d

________________________________________________________________________________________

maxima [A]  time = 0.84, size = 56, normalized size = 1.60 \[ \frac {{\left (d x + c\right )} A a + B a \log \left (\sec \left (d x + c\right ) + \tan \left (d x + c\right )\right ) + A b \log \left (\sec \left (d x + c\right ) + \tan \left (d x + c\right )\right ) + B b \tan \left (d x + c\right )}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sec(d*x+c))*(A+B*sec(d*x+c)),x, algorithm="maxima")

[Out]

((d*x + c)*A*a + B*a*log(sec(d*x + c) + tan(d*x + c)) + A*b*log(sec(d*x + c) + tan(d*x + c)) + B*b*tan(d*x + c
))/d

________________________________________________________________________________________

mupad [B]  time = 2.24, size = 114, normalized size = 3.26 \[ \frac {2\,A\,a\,\mathrm {atan}\left (\frac {\sin \left (\frac {c}{2}+\frac {d\,x}{2}\right )}{\cos \left (\frac {c}{2}+\frac {d\,x}{2}\right )}\right )}{d}+\frac {B\,b\,\sin \left (c+d\,x\right )}{d\,\cos \left (c+d\,x\right )}-\frac {A\,b\,\mathrm {atan}\left (\frac {\sin \left (\frac {c}{2}+\frac {d\,x}{2}\right )\,1{}\mathrm {i}}{\cos \left (\frac {c}{2}+\frac {d\,x}{2}\right )}\right )\,2{}\mathrm {i}}{d}-\frac {B\,a\,\mathrm {atan}\left (\frac {\sin \left (\frac {c}{2}+\frac {d\,x}{2}\right )\,1{}\mathrm {i}}{\cos \left (\frac {c}{2}+\frac {d\,x}{2}\right )}\right )\,2{}\mathrm {i}}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((A + B/cos(c + d*x))*(a + b/cos(c + d*x)),x)

[Out]

(2*A*a*atan(sin(c/2 + (d*x)/2)/cos(c/2 + (d*x)/2)))/d - (A*b*atan((sin(c/2 + (d*x)/2)*1i)/cos(c/2 + (d*x)/2))*
2i)/d - (B*a*atan((sin(c/2 + (d*x)/2)*1i)/cos(c/2 + (d*x)/2))*2i)/d + (B*b*sin(c + d*x))/(d*cos(c + d*x))

________________________________________________________________________________________

sympy [A]  time = 7.96, size = 71, normalized size = 2.03 \[ \begin {cases} \frac {A a \left (c + d x\right ) + A b \log {\left (\tan {\left (c + d x \right )} + \sec {\left (c + d x \right )} \right )} + B a \log {\left (\tan {\left (c + d x \right )} + \sec {\left (c + d x \right )} \right )} + B b \tan {\left (c + d x \right )}}{d} & \text {for}\: d \neq 0 \\x \left (A + B \sec {\relax (c )}\right ) \left (a + b \sec {\relax (c )}\right ) & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sec(d*x+c))*(A+B*sec(d*x+c)),x)

[Out]

Piecewise(((A*a*(c + d*x) + A*b*log(tan(c + d*x) + sec(c + d*x)) + B*a*log(tan(c + d*x) + sec(c + d*x)) + B*b*
tan(c + d*x))/d, Ne(d, 0)), (x*(A + B*sec(c))*(a + b*sec(c)), True))

________________________________________________________________________________________